home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore the World of CD …rtainment & Home Learning
/
Explore the World of CD Entertainment and Home Learning (Magnum Design)(Macworld)(1995).iso
/
*Consumer Demo CD ƒ
/
Home Learning
/
MFIAD
/
DATA
/
contentM.dir
/
00095_Script_95
< prev
next >
Wrap
Text File
|
1995-06-29
|
380b
|
17 lines
on enterFrame
set the movietime of sprite 12 to 0
set the movierate of sprite 12 to 1
end
on exitframe
repeat while the mousedown <> 1 and the movietime of sprite 12 < 9660 and ¬
not(the mousecast <=128 and the mousecast >=120)
updatestage
end repeat
set the movierate of sprite 12 to 0
set the movietime of sprite 12 to 0
go "TVm"
end